home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / SophosEndUserVirusScan.exe / [0] / sau / program files / Sophos / AutoUpdate / license_agreements.txt < prev    next >
Text File  |  2014-03-28  |  13KB  |  273 lines

  1. Contents
  2. ========
  3.  
  4. 1. Boost
  5. 2. cURL
  6. 3. expat
  7. 4. OpenSSL
  8. 5. TinyXML
  9. 6. ConvertUTF
  10.  
  11. -------------------------------------------------------------------------------
  12.  
  13. 1. Boost Software License - Version 1.0 - August 17th, 2003
  14.  
  15. Permission is hereby granted, free of charge, to any person or organization
  16. obtaining a copy of the software and accompanying documentation covered by
  17. this license (the "Software") to use, reproduce, display, distribute,
  18. execute, and transmit the Software, and to prepare derivative works of the
  19. Software, and to permit third-parties to whom the Software is furnished to
  20. do so, all subject to the following:
  21.  
  22. The copyright notices in the Software and this entire statement, including
  23. the above license grant, this restriction and the following disclaimer,
  24. must be included in all copies of the Software, in whole or in part, and
  25. all derivative works of the Software, unless such copies or derivative
  26. works are solely in the form of machine-executable object code generated by
  27. a source language processor.
  28.  
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  32. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  33. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  34. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  35. DEALINGS IN THE SOFTWARE.
  36.  
  37. -------------------------------------------------------------------------------
  38.  
  39. 2. cURL
  40.  
  41. COPYRIGHT AND PERMISSION NOTICE
  42.  
  43. Copyright (c) 1996 - 2011, Daniel Stenberg, <daniel@haxx.se>.
  44.  
  45. All rights reserved.
  46.  
  47. Permission to use, copy, modify, and distribute this software for any purpose
  48. with or without fee is hereby granted, provided that the above copyright
  49. notice and this permission notice appear in all copies.
  50.  
  51. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  52. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  53. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  54. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  55. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  56. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  57. OR OTHER DEALINGS IN THE SOFTWARE.
  58.  
  59. Except as contained in this notice, the name of a copyright holder shall not
  60. be used in advertising or otherwise to promote the sale, use or other dealings
  61. in this Software without prior written authorization of the copyright holder.
  62.  
  63. -------------------------------------------------------------------------------
  64.  
  65. 3. expat - XML Parser Toolkit
  66.  
  67. Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
  68.                                and Clark Cooper
  69. Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  70.  
  71. Permission is hereby granted, free of charge, to any person obtaining
  72. a copy of this software and associated documentation files (the
  73. "Software"), to deal in the Software without restriction, including
  74. without limitation the rights to use, copy, modify, merge, publish,
  75. distribute, sublicense, and/or sell copies of the Software, and to
  76. permit persons to whom the Software is furnished to do so, subject to
  77. the following conditions:
  78.  
  79. The above copyright notice and this permission notice shall be included
  80. in all copies or substantial portions of the Software.
  81.  
  82. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  83. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  84. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  85. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  86. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  87. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  88. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  89.  
  90. -------------------------------------------------------------------------------
  91.  
  92. 4. OpenSSL
  93.  
  94.  LICENSE ISSUES
  95.   ==============
  96.  
  97.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  98.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  99.   See below for the actual license texts. Actually both licenses are BSD-style
  100.   Open Source licenses. In case of any license issues related to OpenSSL
  101.   please contact openssl-core@openssl.org.
  102.  
  103.   OpenSSL License
  104.   ---------------
  105.  
  106. /* ====================================================================
  107.  * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.
  108.  *
  109.  * Redistribution and use in source and binary forms, with or without
  110.  * modification, are permitted provided that the following conditions
  111.  * are met:
  112.  *
  113.  * 1. Redistributions of source code must retain the above copyright
  114.  *    notice, this list of conditions and the following disclaimer.
  115.  *
  116.  * 2. Redistributions in binary form must reproduce the above copyright
  117.  *    notice, this list of conditions and the following disclaimer in
  118.  *    the documentation and/or other materials provided with the
  119.  *    distribution.
  120.  *
  121.  * 3. All advertising materials mentioning features or use of this
  122.  *    software must display the following acknowledgment:
  123.  *    "This product includes software developed by the OpenSSL Project
  124.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  125.  *
  126.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  127.  *    endorse or promote products derived from this software without
  128.  *    prior written permission. For written permission, please contact
  129.  *    openssl-core@openssl.org.
  130.  *
  131.  * 5. Products derived from this software may not be called "OpenSSL"
  132.  *    nor may "OpenSSL" appear in their names without prior written
  133.  *    permission of the OpenSSL Project.
  134.  *
  135.  * 6. Redistributions of any form whatsoever must retain the following
  136.  *    acknowledgment:
  137.  *    "This product includes software developed by the OpenSSL Project
  138.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  139.  *
  140.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  141.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  142.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  143.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  144.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  145.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  146.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  147.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  148.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  149.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  150.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  151.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  152.  * ====================================================================
  153.  *
  154.  * This product includes cryptographic software written by Eric Young
  155.  * (eay@cryptsoft.com).  This product includes software written by Tim
  156.  * Hudson (tjh@cryptsoft.com).
  157.  *
  158.  */
  159.  
  160.  Original SSLeay License
  161.  -----------------------
  162.  
  163. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  164.  * All rights reserved.
  165.  *
  166.  * This package is an SSL implementation written
  167.  * by Eric Young (eay@cryptsoft.com).
  168.  * The implementation was written so as to conform with Netscapes SSL.
  169.  *
  170.  * This library is free for commercial and non-commercial use as long as
  171.  * the following conditions are aheared to.  The following conditions
  172.  * apply to all code found in this distribution, be it the RC4, RSA,
  173.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  174.  * included with this distribution is covered by the same copyright terms
  175.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  176.  *
  177.  * Copyright remains Eric Young's, and as such any Copyright notices in
  178.  * the code are not to be removed.
  179.  * If this package is used in a product, Eric Young should be given attribution
  180.  * as the author of the parts of the library used.
  181.  * This can be in the form of a textual message at program startup or
  182.  * in documentation (online or textual) provided with the package.
  183.  *
  184.  * Redistribution and use in source and binary forms, with or without
  185.  * modification, are permitted provided that the following conditions
  186.  * are met:
  187.  * 1. Redistributions of source code must retain the copyright
  188.  *    notice, this list of conditions and the following disclaimer.
  189.  * 2. Redistributions in binary form must reproduce the above copyright
  190.  *    notice, this list of conditions and the following disclaimer in the
  191.  *    documentation and/or other materials provided with the distribution.
  192.  * 3. All advertising materials mentioning features or use of this software
  193.  *    must display the following acknowledgement:
  194.  *    "This product includes cryptographic software written by
  195.  *     Eric Young (eay@cryptsoft.com)"
  196.  *    The word 'cryptographic' can be left out if the rouines from the library
  197.  *    being used are not cryptographic related :-).
  198.  * 4. If you include any Windows specific code (or a derivative thereof) from
  199.  *    the apps directory (application code) you must include an acknowledgement:
  200.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  201.  *
  202.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  203.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  204.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  205.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  206.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  207.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  208.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  209.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  210.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  211.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  212.  * SUCH DAMAGE.
  213.  *
  214.  * The licence and distribution terms for any publically available version or
  215.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  216.  * copied and put under another distribution licence
  217.  * [including the GNU Public Licence.]
  218.  */
  219.  
  220. -------------------------------------------------------------------------------
  221.  
  222. 5. TinyXML
  223.  
  224. /*
  225. www.sourceforge.net/projects/tinyxml
  226. Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
  227.  
  228. This software is provided 'as-is', without any express or implied
  229. warranty. In no event will the authors be held liable for any
  230. damages arising from the use of this software.
  231.  
  232. Permission is granted to anyone to use this software for any
  233. purpose, including commercial applications, and to alter it and
  234. redistribute it freely, subject to the following restrictions:
  235.  
  236. 1. The origin of this software must not be misrepresented; you must
  237. not claim that you wrote the original software. If you use this
  238. software in a product, an acknowledgment in the product documentation
  239. would be appreciated but is not required.
  240.  
  241. 2. Altered source versions must be plainly marked as such, and
  242. must not be misrepresented as being the original software.
  243.  
  244. 3. This notice may not be removed or altered from any source
  245. distribution.
  246. */
  247.  
  248. -------------------------------------------------------------------------------
  249.  
  250. 6. ConvertUTF
  251.  
  252. /*
  253.  * Copyright 2001-2004 Unicode, Inc.
  254.  * 
  255.  * Disclaimer
  256.  * 
  257.  * This source code is provided as is by Unicode, Inc. No claims are
  258.  * made as to fitness for any particular purpose. No warranties of any
  259.  * kind are expressed or implied. The recipient agrees to determine
  260.  * applicability of information provided. If this file has been
  261.  * purchased on magnetic or optical media from Unicode, Inc., the
  262.  * sole remedy for any claim will be exchange of defective media
  263.  * within 90 days of receipt.
  264.  * 
  265.  * Limitations on Rights to Redistribute This Code
  266.  * 
  267.  * Unicode, Inc. hereby grants the right to freely use the information
  268.  * supplied in this file in the creation of products supporting the
  269.  * Unicode Standard, and to make copies of this file in any form
  270.  * for internal or external distribution as long as this notice
  271.  * remains attached.
  272.  */
  273.